Xbasic

A5_BACKUP_SETTINGS_EXIST Function

Syntax

Result_Flag as L = a5_backup_settings_exist()

Returns

Result_FlagLogical

Indicates whether backup configuration settings have been created.

Description

The A5_BACKUP_SETTINGS_EXIST() function indicates whether backup configuration settings have been created.

Example

? a5_backup_settings_exist()
= .T.

See Also